home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / configr.zip / README.CNF < prev   
Text File  |  1992-09-24  |  3KB  |  67 lines

  1. ---------------------------------------
  2. CONFIGR.EXE -- very brief documentation
  3. ---------------------------------------
  4.  
  5. DISCLAIMER:
  6.  
  7. GEOFFREY ABLES ASSUMES NO RESPONSIBILITY, EXPRESSED OR IMPLIED IF THIS
  8. PROGRAM HAS ANY NEGATIVE EFFECT ON YOUR CONFIGURATION, OR ON ANY OF YOUR
  9. EXISTING DATA OR PROGRAMS.  USE OF THIS PROGRAM IS AT YOUR OWN RISK.
  10.  
  11.  
  12.  
  13. All that said . . .
  14.  
  15. This is a very quick program I created in Turbo Pascal to use in conjunction
  16. with my INSTALL.BAT programs.  I decided to wait on purchasing an off-the-
  17. shelf install program as my business is starting, but I still needed a way
  18. to install my programs in a fairly user-friendly way (i.e. without telling
  19. the user they had to use EDLIN or an ASCII editor to update their CONFIG.SYS).
  20. I downloaded several of the shareware installer programs, but found they
  21. were handicapped, not user-friendly, or insisted on displaying their
  22. company logo when running...not what I wanted my end-user to have to see.
  23.  
  24. CONFIGR.EXE should be executed at the command line.  If you run the program
  25. with an incorrect number of parameters, it will display a very brief few
  26. lines of help.  The command-line syntax for the program is:
  27.  
  28. CONFIGR <# files> <# buffers>
  29.  
  30. Note that you should not use a slash or dash before either of the parameters.
  31. Both of the parameters are required.  The parameters should be for the minimum
  32. number of files and buffers your program needs to run.
  33.  
  34. The program will automatically check the C: drive for a CONFIG.SYS.  If the
  35. file does not exist, it will create it with the appropriate number of
  36. FILES and BUFFERS.  If the file does exist, it will copy it to OLDCFG.DDD
  37. (I didn't think the chances were too high that that name was already taken).
  38. It will then scan the CONFIG.SYS file for a FILES= and BUFFERS= statement.  If
  39. it finds the statement, and the number is lower than the number you specified,
  40. it will increase the number to the number you specified.  If the number it
  41. finds is more than the number you specified, it will leave the number
  42. unchanged.  If it finds no FILES or BUFFERS statement, it will append it (them)
  43. to the end of the CONFIG.SYS file.  Naturally, all of this is invisible to
  44. the end-user.
  45.  
  46. If I get motivated someday, I may add the capability of adding the directory
  47. to the PATH statement of the AUTOEXEC.BAT file.
  48.  
  49. You may use this program as much as you like, and as many copies of it as
  50. you like without having to feel guilty.  However, if you do find of
  51. value, please feel free to pay whatever you feel the program is/has been
  52. worth to you ($10.00?).  It would be nice to make enough off of this program
  53. to buy one of those fancy-schmancy installer programs for $200.00.
  54.  
  55. If you would like any changes made to the program, please feel free to
  56. drop a letter in the mail.
  57.  
  58.  
  59.  
  60. --------------------------
  61. Geoffrey Ables
  62. 3016 Guenevere Place
  63. Mechanicsville, VA  23111
  64.  
  65. CompuServe: 73770,2473
  66. --------------------------
  67.